home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_089 / screenshift / makefile < prev    next >
Makefile  |  1992-05-06  |  97b  |  8 lines

  1. ss:    math.o ss.o
  2.     blink with ss.lnk
  3.  
  4. ss.o:    ss.c
  5.     x: cm: ss
  6. math.o:    math.s
  7.     assem math.s -o math.o
  8.